home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / latexsty3 / PM / STY
Encoding:
Text File  |  1991-02-10  |  210 b   |  9 lines

  1. \let\p@@@m=\pm
  2.  
  3. \def\pm{\@ifnextchar[{\p@@m}{\p@m}}
  4. \def\p@m#1{\ifmmode\p@@@m\hbox{#1}%
  5.     \else$\p@@@m\hbox{#1}$\fi}
  6. \def\p@@m[#1]#2{\ifmmode\hbox{#1}\p@@@m\hbox{#2}%
  7.     \else$\hbox{#1}\p@@@m\hbox{#2}$\fi}
  8.  
  9.